VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Processing Namespace / CompositeProcessingCommand<TTarget> Class / ExecuteCommands(TTarget,ICollection<ProcessingResult>,ProcessingState) Method
Syntax Requirements SeeAlso
In This Topic
    ExecuteCommands(TTarget,ICollection<ProcessingResult>,ProcessingState) Method (CompositeProcessingCommand<TTarget>)
    In This Topic
    Executes a sequence of processing commands.
    Syntax
    'Declaration
    
    Protected Overridable Sub ExecuteCommands( _
    ByVal target
    The target.
    As TTarget, _
    ByRef results
    The processing results.
    As System.Collections.Generic.ICollection, _
    ByVal processingState
    The processing state.
    As ProcessingState _
    )
    protected virtual void ExecuteCommands(
    TTarget target,
    ref System.Collections.Generic.ICollection results,
    ProcessingState processingState
    )
    protected: virtual void ExecuteCommands(
    TTarget* target,
    ref System.Collections.Generic.ICollection results,
    ProcessingState* processingState
    )
    protected:
    virtual void ExecuteCommands(
    TTarget^ target,
    System.Collections.Generic.ICollection% results,
    ProcessingState^ processingState
    )

    Parameters

    target
    The target.
    results
    The processing results.
    processingState
    The processing state.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also